Hello, Thank you very much I was trying to impletment restricted access to endpoints managed by user group for a fews days now. I was stuck and you video allowed me to restart from a good basis and now the job is done 😁
@@foobar_codes Marcia una consulta, he estado guiándome de este tutorial, espero explicarme bien. cree un bucket y lo deje público, con el comando sam package, me genera el paquete y lo sube al bucket, pero al momento de ejecutar sam deploy, me da un error: "Your access has been denied by S3, please make sure your request credentials have permission to GetObject for template-test-bucket-lsr/7c5c1e330847a11b762d945339ee9f68. S3 Error Code: AccessDenied. S3 Error Message: Access Denied (Service: AWSLambdaInternal; Status Code: 403; Error Code: AccessDeniedException; Request ID: 489e5bb5-e487-4312-9a00-c5c2c90c5add; Proxy: null)". Probé creando una lambda desde la consola y cargando el package desde s3 y me da el mismo error, luego intente descargar el package subido y el mismo error. Para finalizar tome el codigo del build y lo cargue al bucket como zip y en el package.yaml apunte al zip y el deploy funciono sin problemas, será problema del bucket?
Thank you. Videos are great and exactly what I have been looking for, however you do move very quickly when demonstrating. Please keep producing content.
Thanks. You can always pause the video, rewind it or play it in slow speed. And all the code is available in github.com. If you have any questions let me know and I m happy to help
running the final code from github is anyone getting the error "failed to load response data"? LAMBDA is sending the response back but the client has null
Check the *last video* of this series about AWS WAF with API Gateway: ruclips.net/video/H4vb7BiytDE/видео.html
Hello, Thank you very much I was trying to impletment restricted access to endpoints managed by user group for a fews days now. I was stuck and you video allowed me to restart from a good basis and now the job is done 😁
Excelente Marcia, me resultó super útil, seguí así que este es un nicho en donde hacen mucha falta autores.
Gracias 😊😊😊
You could do something like a series where you show us the first steps since configuring everything on AWS console :)
A vid on how to configure this on console would be great
Muchas Gracias Marcia!!, me fue muy útil el video.
Genial
@@foobar_codes Marcia una consulta, he estado guiándome de este tutorial, espero explicarme bien. cree un bucket y lo deje público, con el comando sam package, me genera el paquete y lo sube al bucket, pero al momento de ejecutar sam deploy, me da un error: "Your access has been denied by S3, please make sure your request credentials have permission to GetObject for template-test-bucket-lsr/7c5c1e330847a11b762d945339ee9f68. S3 Error Code: AccessDenied. S3 Error Message: Access Denied (Service: AWSLambdaInternal; Status Code: 403; Error Code: AccessDeniedException; Request ID: 489e5bb5-e487-4312-9a00-c5c2c90c5add; Proxy: null)". Probé creando una lambda desde la consola y cargando el package desde s3 y me da el mismo error, luego intente descargar el package subido y el mismo error. Para finalizar tome el codigo del build y lo cargue al bucket como zip y en el package.yaml apunte al zip y el deploy funciono sin problemas, será problema del bucket?
listo solucionado!! :)
Hola. Muy bueno el video. Muy claro todo. Tendrás un ejemplo similar con el Serverless Framework?
si aca tengo dos videos :) ruclips.net/video/-ZrYlsEBLmo/видео.html y ruclips.net/video/4QwWY9Fg4p4/видео.html
@@foobar_codes Muchas Grácias!. Creo que eres la única que sube videos detallados con este contenido super valioso.
Thank you! And please continue doing this because we can't find many quality content like this on our community!
Get tutorial.. It saved my day...
Facing cors issue while adding default lambda authorizer to AddDefaultAuthorizerToCorsPreflight :False
Nice one
Thank you. Videos are great and exactly what I have been looking for, however you do move very quickly when demonstrating. Please keep producing content.
Thanks. You can always pause the video, rewind it or play it in slow speed. And all the code is available in github.com. If you have any questions let me know and I m happy to help
How to fetch user's info like email, phone, name etc. in the lambda?
running the final code from github is anyone getting the error "failed to load response data"? LAMBDA is sending the response back but the client has null